@font-face {
  font-family: 'rocoFont';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("nitw.otf") format('opentype');
 }

body {
    background-color: #534a3e;
    color: papayawhip;
    background-image: url(dot.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-size: 1.0em;
    overflow: hidden
}



.container {
    width: 1300px;
    height: 100vh;
    background-image: url(hasuidither.png);
    background-repeat: no-repeat;
    outline: dotted 1px papayawhip;
    outline-offset: 5px;
    box-shadow: 0px 0px 10px papayawhip;
    justify-content: flex-start;
}

h1 {
    font-size: 3.5em;
    margin-top: 15px;
    margin-right: 900px;
    background-color: rgba(31, 32, 32, 0.41);
    box-sizing: border-box;
    padding:10px;
}

nav {
    background-color: rgba(31, 32, 32, 0.61);
    box-sizing: border-box;
    padding: 10px;
    margin-top: -25px;
    margin-right: 900px;
}

nav li {
    display: inline;
    margin: 10px;
}

.main {
    display: flex;
    flex-direction: row;
    width:100%;
    height:80%;
}

.rocks {
    position: relative
}

.rock1 {
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    padding:10px;
    display:block;
    flex-direction: column;
    align-items: center;
    position: relative;
    object-fit: none;
    top: 130px;
    left: 1180px;
}

.rock2 {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding:10px;
    display:block;
    flex-direction: column;
    align-items: center;
    position: absolute;
    object-fit: none;
    top: 150px;
    left: 320px;
}

.rock3 {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding:10px;
    display:block;
    flex-direction: column;
    align-items: center;
    position: absolute;
    object-fit: none;
    top: 350px;
    left: 550px;
}

.rock1 img:nth-child(odd):hover{
    cursor: pointer;
    rotate: 20deg;
}

.rock2 img:nth-child(odd):hover{
    cursor: pointer;
    rotate: -20deg;
}

.rock3 img:nth-child(odd):hover{
    cursor: pointer;
    rotate: 20deg;
}

.right {
    width: 70%;
    height: 100%;
    padding:20px 10px;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    flex-direction: column;
}

.box:first-child{
    margin-bottom: 15px;
}

.sticker {
    margin-top: -38px;
    margin-right: 890px;
    width: 30%;
    background-color: rgba(31, 32, 32, 0.41);
}

.box {
    width: 30%;
    background-color: rgba(31, 32, 32, 0.41);
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.1em;
    border: 1px dotted rgba(255, 239, 213, 0.1);
    margin-right: 890px;
}

a {
color: rgb(210, 125, 45);
    
}

.box a {
    font-style: italic;

}

a:hover {
    font-style: normal;
    color:rgb(104, 84, 52);
}

.box:last-child{
    max-height: 250px;
    overflow-y: scroll;
}

p:last-child {
    margin-bottom: auto;
}

h2 {
    margin: 5px 0px 13px 0px;
    
}

#date {
    color:rgb(136, 121, 98);
    font-weight: 600;
}

footer {
    font-size: 1.1em;
    color:rgba(255, 239, 213, 0.9);
        background-color: rgba(31, 32, 32, 0.8);

}
